From: Philip Withnall Date: Tue, 22 Aug 2017 17:33:57 +0000 (+0100) Subject: build: Ensure ostree-tmpfiles.conf is distributed X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~32^2~72 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=80eab25f8ad367ba7f391a89558ef90eb69ce232;p=ostree.git build: Ensure ostree-tmpfiles.conf is distributed Signed-off-by: Philip Withnall Closes: #1103 Approved by: cgwalters --- diff --git a/Makefile-boot.am b/Makefile-boot.am index 213ff043..828187ec 100644 --- a/Makefile-boot.am +++ b/Makefile-boot.am @@ -39,7 +39,7 @@ if BUILDOPT_SYSTEMD systemdsystemunit_DATA = src/boot/ostree-prepare-root.service \ src/boot/ostree-remount.service systemdtmpfilesdir = $(prefix)/lib/tmpfiles.d -systemdtmpfiles_DATA = src/boot/ostree-tmpfiles.conf +dist_systemdtmpfiles_DATA = src/boot/ostree-tmpfiles.conf # Allow the distcheck install under $prefix test to pass AM_DISTCHECK_CONFIGURE_FLAGS += --with-systemdsystemunitdir='$${libdir}/systemd/system'